From: Daniel Boles Date: Sun, 1 Jul 2018 15:08:06 +0000 (+0100) Subject: PlacesSidebar: Fix warning about signal parameters X-Git-Tag: archive/raspbian/3.24.39-1+rpi1~1^2~65^2~34^2~18 X-Git-Url: https://dgit.raspbian.org/%22http://www.example.com/cgi/success/%22http:/www.example.com/cgi/success?a=commitdiff_plain;h=08adcb6318dab1b661fa227b6863519fcbe5d4ba;p=gtk%2B3.0.git PlacesSidebar: Fix warning about signal parameters @open_flags was not documented, and so: jhbuild/checkout/gnome/gtk+-3/gtk/gtkplacessidebar.c:4743: Warning: Gtk: incorrect number of parameters in comment block, parameter annotations will be ignored. --- diff --git a/gtk/gtkplacessidebar.c b/gtk/gtkplacessidebar.c index 4347c2a664..810c085d0f 100644 --- a/gtk/gtkplacessidebar.c +++ b/gtk/gtkplacessidebar.c @@ -4743,6 +4743,8 @@ gtk_places_sidebar_class_init (GtkPlacesSidebarClass *class) /** * GtkPlacesSidebar::show-starred-location: * @sidebar: the object which received the signal. + * @open_flags: a single value from #GtkPlacesOpenFlags specifying how the + * starred file should be opened. * * The places sidebar emits this signal when it needs the calling * application to present a way to show the starred files. In GNOME,